home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
tan.frm
< prev
next >
Wrap
Text File
|
1993-09-09
|
220b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;paramater defaults
a=.5
b=.5
c=0
d=0
mu=0
;window defaults
xmin=-20
xmax=20
ymin=-20
ymax=20
;the function itself
x= x + a * tan(y)
y= y + b * tan(x)